home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / smishl21.zip / WHATSNEW.TXT < prev   
Text File  |  1994-07-27  |  9KB  |  218 lines

  1. WHATSNEW.TXT: New SmilerShell Features
  2.  
  3.  
  4. SmilerShell Version 2.1C, released July 27, 1994
  5.  
  6.    Fixed bug preventing CD from being used in an alias.
  7.  
  8.  
  9. SmilerShell Version 2.1B, released July 11, 1994
  10.  
  11.    Cosmetic changes to the SmilerShell Pro demo.
  12.  
  13.  
  14. SmilerShell Version 2.1A, released June 27, 1994
  15.  
  16.    Added UseComspec ini file switch.  If TRUE (the default) it uses the
  17.    command processor listed in the COMSPEC environment variable, otherwise
  18.    it uses hardcoded COMMAND.COM as did previous versions of SmilerShell.
  19.  
  20.  
  21. SmilerShell Version 2.1, released May 27, 1994
  22.  
  23.    SmilerShell's installer now does better error-checking than before.
  24.  
  25.    Added "Apps" menu item.  You can list your favorite applications.
  26.    Click on a listed item to run it, or select it into the command line.
  27.  
  28.    Added better support for 4DOS, NDOS, or any other alternative command
  29.    processor that supports the "/c" run-a-command switch.
  30.  
  31.    Added support for File Associations.  Now just type a filename, and 
  32.    SmilerShell finds the program for that file, and runs it.  For example,
  33.    type "FILENAME.WRI" and SmilerShell runs "WRITE.EXE FILENAME.WRI"
  34.  
  35.    Added the built-in alias SHOW which lets you pick a file from a 
  36.    scrolling list.  If that file has a File Association, SmilerShell will 
  37.    run that program.  If not, you can add the program name as usual.
  38.  
  39.    Added more robust testing when switching to, or running a command
  40.    on, another drive.  Is the drive really available?
  41.  
  42.    Added /r commandline parameter to DC, allowing a re-scan and directory
  43.    change all at once.
  44.  
  45.    Fixed bug: run-a-command return value was sometimes indicating a 
  46.    nonexistant error.  The error message was "Explanation not available."
  47.  
  48.  
  49. SmilerShell Version 2.0, released February 15, 1994
  50.  
  51.    Added ini file Parameter startupDCscan=.  If TRUE, then at startup
  52.    SmilerShell will do a DC directory scan and save the data to file.
  53.  
  54.    Now SmilerShell always goes to the first copy if you try to start
  55.    a second copy.  Since SmilerShell is now always in "singlecopy" mode,
  56.    the ini file parameter singlecopy= has been removed.
  57.  
  58.    Added the Options menu item Title Bar (or type Alt+L), allowing you
  59.    to show or hide SmilerShell's title bar.  To move SmilerShell on the
  60.    screen without the title bar, click the right mouse button in the edit
  61.    area and hold it down while you move SmilerShell where you want it.  
  62.  
  63.    Added the ini file parameter titlebar=.  If TRUE, SmilerShell has a
  64.    title bar; if FALSE, it doesn't.
  65.  
  66.    Added ini file parameter AliasesCaseSens=.  By default aliases are 
  67.    case-sensitive.
  68.  
  69.    The menu items DOS In Window and Inactives Stay Visible (and their ini
  70.    file flags DOSinWindow= and showinactives=) now only control windows
  71.    generated by SmilerShell.  Other DOS windows, created by other
  72.    programs, are no longer affected by how SmilerShell sets these flags.
  73.    However, Remove Inactives (Alt+R) will still clean up all inactive
  74.    DOS windows on the desktop.
  75.  
  76.    To run one command as if DOS In Window is set to the opposite of its
  77.    current value, start that command with a right-bracket (>).  To run
  78.    one command as if Inactives Stay Visible is set to the opposite of its
  79.    current value, start that command with an asterisk (*).  As before, to
  80.    run one command without alias translation, start that command with an
  81.    equals sign (=).  The three flags = > * can be in any order.  They are
  82.    ignored when using arrows to search for matching previous commands.
  83.  
  84.    DC's Directory List dialog shows number of directories it knows about.
  85.  
  86.    Scandrives list can now contain spaces, commas, or other delimiters
  87.    (ex: scandrives = c, d, m).  Smilershell simply ignores non-letters.
  88.    
  89.    Aliases can now reference other aliases.
  90.  
  91.    Made SmilerShell more robust when running with ill-behaved
  92.    or memory-hogging programs.
  93.  
  94.    CD with no arguments now displays current directory, like DOS (useful 
  95.    when the title bar is toggled off).
  96.  
  97.    Fixed bug: couldn't use CD to set the current directory on another
  98.    drive (example: CD D:\FOO).
  99.  
  100.    Fixed bug: when minimized at exit and winwidth=PREV, now saves the
  101.    commandline size, not the icon size as before.
  102.  
  103.    Fixed bug: backspace in overtype mode deleted next (not prev) char.
  104.  
  105.    Fixed bug: couldn't give drive letter in dirfile= parameter.
  106.  
  107.    Fixed bug: couldn't give drive letter in cmdfile= parameter.
  108.  
  109.    Fixed bug: scandrives didn't recognize the semicolon that starts a
  110.    comment.
  111.  
  112.  
  113. SmilerShell Version 1.4, released November 15, 1993
  114.  
  115.    Added Options menu item DOS In Window (or type Alt+W), allowing
  116.    you to toggle from within SmilerShell the systemwide flag that
  117.    indicates whether DOS commands are run fullscreen or in a window.
  118.  
  119.    Added overtype mode on the command line, toggled from Options menu 
  120.    (or type Alt-O), and a titlebar Overtype flag.
  121.  
  122.    Added List Commands dialog which displays this session's command
  123.    history, including commands preloaded from file.  Commands can be
  124.    run from the dialog, or fetched into the command line for editing.
  125.  
  126.    List Aliases dialog now allows you to fetch the text of a command
  127.    into the command line, suitable for editing.
  128.  
  129.    DC now accepts "DC \", "DC\", and "DC.." in addition to "DC .." as before.
  130.  
  131.    When you fetch a command from the List Commands, List Aliases, or Run
  132.    dialogs, or press up/down arrow to retrieve a command, the cursor is
  133.    set to the end of the line, the way most DOS command line editors do.
  134.  
  135.    If winwidth=PREV SmilerShell saves the current drive and directory
  136.    at exit. At startup next time it takes you back there again.
  137.  
  138.    Added ini file parameter singlecopy=.  If TRUE, when you try
  139.    to start a second simultaneous copy of SmilerShell, it returns
  140.    the focus to the first copy.
  141.  
  142.    Removed beep when you hit Escape to clear the command line.
  143.  
  144.    Removed all command-line parameters except /ini=.  Being able to
  145.    do all the same things in two conflicting places was superfluous.
  146.  
  147.    SmilerShell now auto-reads initial cmdstack or cmdfile only at
  148.    startup, not when the ini file is edited during a session.
  149.  
  150.    If a command stack file or DC info file name given in the ini file
  151.    with no path, or if no name given, default location for DC info
  152.    file and command stack file is now the same directory as the ini file
  153.    (which can be specified on the command line), not the same directory
  154.    as the program as before.
  155.  
  156.    Fixed bug: couldn't run an alias for an internal command that had
  157.    parameters (examples: "d=dir /p" or "delall=del *.*")
  158.  
  159.    Fixed bug: DC failed if any scanned directory began with tilde (~).
  160.  
  161.  
  162. SmilerShell Version 1.3, released October 5, 1993:
  163.  
  164.    Added ini file parameter timeformat=, which tells the clock 
  165.    to display the time in 12 hour (am/pm) or 24 hour format.
  166.  
  167.    Added ini file parameter dirfile=, so DC info file can be any name 
  168.    in any directory.
  169.  
  170.    Added a Windows-hosted installer, INSTALL.EXE.
  171.  
  172.    Removed press-Enter beep.
  173.  
  174.  
  175. SmilerShell Version 1.2, released September 15, 1993:
  176.  
  177.    Added ASP contact and ombudsman information.
  178.  
  179.    Added Run dialog to select a program from a list.
  180.  
  181.    Added further support for winwidth=PREV so it saves showclock,
  182.    showdir, showresources, and topmost in addition to showmenu
  183.    and screen position.
  184.    
  185.    Fixed Open and Save As bug that changed the current directory
  186.    to the directory of the opened or saved file.
  187.  
  188.  
  189. SmilerShell Version 1.1a, released August 3, 1993:
  190.  
  191.    Re-scan button in DC dialog was always changing dir to highlighted 
  192.    directory.  Fixed this to stay in same directory after a re-scan.
  193.  
  194.  
  195. SmilerShell Version 1.1, released July 26, 1993:
  196.  
  197.    Added support for winwidth=PREV in ini file.  If set, saves
  198.    screen position between uses in prevposition ini file param.
  199.  
  200.    Confirm exit when you shut down Windows as well as at normal
  201.    program exit.
  202.  
  203.    Added ini file param confirmexit to turn off exit confirmation
  204.    dialog.
  205.  
  206.    Added a Re-scan button to the directory change dialog.
  207.  
  208.    The smishell.dir (DC data) and default initialization files
  209.    are now in the same directory as the program, instead of in the
  210.    Windows directory as before.
  211.  
  212.    If opened, and not in use, close SmilerShell Help when exiting.
  213.  
  214.  
  215. SmilerShell Version 1.0, released July 17, 1993:
  216.  
  217.    Initial release, limited distribution, for comment
  218.